home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Merciful 1
/
Merciful - Disc 1.iso
/
software
/
d
/
devpak
/
devpakv3.01kickstartv1.3b.dms
/
devpakv3.01kickstartv1.3b.adf
/
arp
/
prodocs
/
CtoBStr
< prev
next >
Wrap
Text File
|
1991-11-20
|
797b
|
67 lines
CtoBStr(31.0) ARP Programmers Manual CtoBStr(31.0)
NAME
CtoBStr - Copy a C null terminated string to a BSTR
SYNOPSIS
Count = CtoBStr("CString", BSTR, MaxLength)
d0 A0 D0 D1
FUNCTION
This function copies a null terminated string into a BCPL
string. The BCPL string is passed as an unconverted icky
pointer.
INPUTS
CString - pointer to the string to convert.
BSTR - BPTR to the destination string. This must be
MaxLength+1 Bytes in size.
MaxLength - Number of characters available in BSTR (not
including initial count byte.)
RESULT
Count - actual number of characters transferred.
BUGS
None known.
AUTHOR
CDH
Page 1 (printed 2/22/88)